added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSOfficeSharedAddIn / CSOfficeSharedAddIn.csproj
blobc540a01ea5533127b652dfd61e850b97233736ab
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>9.0.30729</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{1317DFA1-3A60-4B6C-AEB8-12424847498C}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <StartupObject>
10     </StartupObject>
11     <NoStandardLibraries>false</NoStandardLibraries>
12     <AssemblyName>CSOfficeSharedAddIn</AssemblyName>
13     <RootNamespace>CSOfficeSharedAddIn</RootNamespace>
14     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15     <SignAssembly>true</SignAssembly>
16     <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <Optimize>false</Optimize>
21     <OutputPath>..\Debug\</OutputPath>
22     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <WarningLevel>4</WarningLevel>
25     <IncrementalBuild>false</IncrementalBuild>
26     <RegisterForComInterop>true</RegisterForComInterop>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugSymbols>false</DebugSymbols>
30     <Optimize>true</Optimize>
31     <OutputPath>..\Release\</OutputPath>
32     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
33     <DefineConstants>TRACE</DefineConstants>
34     <WarningLevel>4</WarningLevel>
35     <IncrementalBuild>false</IncrementalBuild>
36     <RegisterForComInterop>true</RegisterForComInterop>
37   </PropertyGroup>
38   <ItemGroup>
39     <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
40     <Reference Include="System">
41       <HintPath>System.dll</HintPath>
42       <Name>System</Name>
43     </Reference>
44     <Reference Include="System.Data">
45       <HintPath>System.Data.dll</HintPath>
46       <Name>System.Data</Name>
47     </Reference>
48     <Reference Include="System.XML">
49       <HintPath>System.XML.dll</HintPath>
50       <Name>System.XML</Name>
51     </Reference>
52   </ItemGroup>
53   <ItemGroup>
54     <Compile Include="AssemblyInfo.cs">
55       <SubType>Code</SubType>
56     </Compile>
57     <Compile Include="Connect.cs">
58       <SubType>Code</SubType>
59     </Compile>
60   </ItemGroup>
61   <ItemGroup>
62     <COMReference Include="Microsoft.Office.Core">
63       <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
64       <VersionMajor>2</VersionMajor>
65       <VersionMinor>4</VersionMinor>
66       <Lcid>0</Lcid>
67       <WrapperTool>primary</WrapperTool>
68       <Isolated>False</Isolated>
69     </COMReference>
70   </ItemGroup>
71   <ItemGroup>
72     <Content Include="ReadMe.txt" />
73   </ItemGroup>
74   <ItemGroup>
75     <None Include="key.snk" />
76   </ItemGroup>
77   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
78   <PropertyGroup>
79     <PreBuildEvent>
80     </PreBuildEvent>
81     <PostBuildEvent>
82     </PostBuildEvent>
83   </PropertyGroup>
84   <ProjectExtensions>
85     <VisualStudio>
86     </VisualStudio>
87   </ProjectExtensions>
88 </Project>